home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 023a / prop_man.zip / ENVELOPE.SAB < prev    next >
Text File  |  1991-07-02  |  397b  |  19 lines

  1. set messages off
  2. set error messages off
  3. set null " "
  4. label start
  5. cls
  6. display cp.dis
  7. write "ENVELOPE.SAB" at 2,36
  8. write .use at 2,55
  9. set v code to ""
  10. fillin code using "Enter ADD.CODE To Address Envelope  or <ESC>  " at 5,10
  11.   if code = "" then ; goto stop ; endif
  12.     output printer
  13.     print envelope where add.code = .code
  14.     output screen
  15.   goto start
  16. label stop
  17. cls
  18. return
  19.